Class 13: Regression Discontinuity, Part I

Published

February 24, 2026

We’ll begin implementing an RD with simulated data. We’ll discuss the basics of the RD identification strategy, its implementation, and some details including bin and bandwidth selection.

Objectives

  • Describe the intuition underlying the RD identification strategy
  • Implement an RD strategy with simulated data
  • Explain optimal bandwidth and bin width selection

Activities

  • Review the Medicare Advantage repository and begin working with data
  • Implement RD design with simulated data in R